From 0a68e87bbd7abccb30f9c9c99df4d9e9829b470c Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 2 Mar 1993 07:35:52 +0000 Subject: [PATCH] * term/x-win.el (x-switch-definitons): Use the proper names for the scroll bar parameters. Use the term `scroll bar', instead of `scrollbar'. * term/x-win.el, frame.el, mouse.el: Terminology changed. * scrollbar.el: Renamed to scroll-bar.el. --- lisp/term/x-win.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 7845ae4ae54..5d6597818a7 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -108,8 +108,8 @@ ("-cr" cursor-color) ("-itype" icon-type t) ("-iconic" iconic-startup t) - ("-vb" vertical-scroll-bar t) - ("-hb" horizontal-scroll-bar t) + ("-vb" vertical-scroll-bars t) + ("-hb" horizontal-scroll-bars t) ("-bd" border-color) ("-bw" border-width))) -- 2.30.2